runtime.mLockProfile.cyclesLost (field)
6 uses
runtime (current package)
mprof.go#L655: cyclesLost int64 // (cputicks) contention for which we weren't able to record a call stack
mprof.go#L688: prof.cyclesLost += cycles
mprof.go#L702: prof.cyclesLost += cycles
mprof.go#L705: prof.cyclesLost += prev
mprof.go#L777: cycles, lost := prof.cycles, prof.cyclesLost
mprof.go#L778: prof.cycles, prof.cyclesLost = 0, 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |